[]
        
(Showing Draft Content)

C1.DataCollection.C1CursorDataCollection-1

C1CursorDataCollection<T> Class

Base class for cursor-like collection.

Inheritance
C1CursorDataCollection<T>
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public abstract class C1CursorDataCollection<T> : C1CursorDataCollection<T, string>, IDataCollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, ISupportIndexing<T>, INotifyPropertyChanged, IDisposable, ISupportVirtualization, ISupportConnection, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting, ISupportFiltering, ISupportEditing<T> where T : class
Public MustInherit Class C1CursorDataCollection(Of T As Class)
    Inherits C1CursorDataCollection(Of T, String)
    Implements IDataCollection(Of T), IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable, INotifyCollectionChanged, ISupportIndexing(Of T), INotifyPropertyChanged, IDisposable, ISupportVirtualization, ISupportConnection, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting, ISupportFiltering, ISupportEditing(Of T)
Type Parameters
Name Description
T

The type of the items in the collection.

Remarks

This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.

Constructors

Name Description
C1CursorDataCollection()

Extension Methods